scrolledwindow: Bug 766569 - Report child natural size unconditionally
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>
Sat, 4 Jun 2016 11:57:23 +0000 (20:57 +0900)
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>
Mon, 6 Jun 2016 02:37:21 +0000 (11:37 +0900)
commit0943c9f6b2c3ad5827ae5d8f3742f75e72782e41
tree56f54867334602837a99473226ee5b4847d55256
parentc4224bf9d0483ebc029e3567ba5e3c9a61e0eb28
scrolledwindow: Bug 766569 - Report child natural size unconditionally

This patch causes the scrolled window default behavior to change in
such a way that the natural size request of the child is unconditionally
reported, which probably should have been the case since day 1.

This should not cause significant fallout since a scrolled window is
normally used to expand/fill, eating up remaining space for scrollable
content - it will however cause the scrolled window to compete for
additional space with siblings, proportionally to the size of the
scrolled window's content.
gtk/gtkscrolledwindow.c